home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / std / c++ / 1176 / text0000.txt < prev   
Encoding:
Text File  |  1996-08-06  |  789 b   |  16 lines

  1. Though this is not supported before, the DWP supports it. Obvious it behaves
  2. like a normal template function and will be instantiated only when it is first
  3. invoked. Also template function f(int) will override and f(T) when T != int
  4. will hide the base class f(int). I don't remember the exact DWP section
  5. numbers. I am not sure whether it will exhibit run-time binding.
  6.  
  7. Srinivas Vobilisetti
  8.  
  9.  
  10.  
  11. [ comp.std.c++ is moderated.  To submit articles: try just posting with      ]
  12. [ your news-reader.  If that fails, use mailto:std-c++@ncar.ucar.edu         ]
  13. [ FAQ:      http://reality.sgi.com/employees/austern_mti/std-c++/faq.html    ]
  14. [ Policy:   http://reality.sgi.com/employees/austern_mti/std-c++/policy.html ]
  15. [ Comments? mailto:std-c++-request@ncar.ucar.edu                             ]
  16.